why isn't this a valid text Service
Quick question; why isn't this a valid text Service:
on run {input, parameters}
open URL "http://www.17track.net/en/track?nums=" & input as string
end run
Quick question; why isn't this a valid text Service:
on run {input, parameters}
open URL "http://www.17track.net/en/track?nums=" & input as string
end run
"open location" works, not URL
why isn't this a valid text Service